Skip to content

Conversation

@arohner
Copy link
Contributor

@arohner arohner commented Dec 2, 2025

More bug fixes after #70 and #73

  • When determining whether two classloaders are compatible?, also check java class names, not just clj namespaces. This identifies JarHell as a major source of compile errors and non-determinism
  • gen_build: Make clojure_library targets depend on clojure.core.specs.alpha rather than clojure.core. This fixes a bug where clojure.core.specs.alpha gets compiled into user jars, causing false positives in compatibility checks.
  • minor comments and code golfing

@arohner arohner force-pushed the speed-fixes branch 2 times, most recently from d8ae825 to 3dc9f9c Compare December 2, 2025 22:02
Copy link

@miridius miridius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arohner arohner force-pushed the speed-fixes branch 5 times, most recently from 0d98ee6 to 289e5fc Compare December 9, 2025 22:35
- When determining whether two classloaders are compatible?, also check for java class names, not just clj namespaces. This identifies JarHell as a major source of compile errors and non-determinism
- minor comments and code golfing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants